Defines the supported rendering surface types.
ARGB rendering surface with contiguous block of bytes as storage.
ARGB rendering surface with multiple strips of bytes as storage.
ARGB rendering surface with contiguous block of ints as storage.
ARGB rendering surface with multiple strips of ints as storage.
BGR rendering surface with contiguous block of bytes as storage.
BGR rendering surface with multiple strips of bytes as storage.
BGRA rendering surface with contiguous block of bytes as storage.
BGRA rendering surface with multiple strips of bytes as storage.
BGRA rendering surface with contiguous block of ints as storage.
BGRA rendering surface with multiple strips of ints as storage.
B/W rendering surface with contiguous block of bytes as storage.
B/W rendering surface with multiple strips of bytes as storage.
Gray8 rendering surface with contiguous block of bytes as storage.
Gray8 rendering surface with multiple strips of bytes as storage.
RGB rendering surface with contiguous block of bytes as storage.
RGB rendering surface with multiple strips of bytes as storage.
RGBA rendering surface with contiguous block of bytes as storage.
RGBA rendering surface with multiple strips of bytes as storage.
RGBA rendering surface with contiguous block of ints as storage.
RGBA rendering surface with multiple strips of ints as storage.